Skip to content

Conversation

noahgribbin
Copy link

No description provided.

<section class="container" ng-controller="CowsayController">
<h2>History</h2>
<pre>{{history}}</pre>
<button ng-click="history = {{cowsayCtrl.speak(cowsayCtrl.text)}}">Log</button>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On this ng-click it should look like the one on line 12. This was a syntax error not allowing you to log correctly. Correct and re-submit for full points.

# dotenv environment variables file
.env


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be able to enter build/ to ignore the build

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

▓⚗_⚗▓

"scripts": {
"build": "./node_modules/webpack/bin/webpack.js",
"watch": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot"
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the assignment required a lint script such as in addition "lint": "./node_modules/eslint/bin/eslint.js .", plug a lint script in

let cowsayCtrl = $scope.cowsayCtrl = {};
// whats goin on on this line?
// is cowsayCtrl bneing attached onto the $scope object?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is attaching onto the $scope object and then adding functionality below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants